๐งช Analysis of Data Source Using Autopsy โ Autopsy Forensic Tool
๐ฏ Main Idea
Once a disk image is loaded, Autopsy automatically begins analyzing it using a series of modules, and the results are displayed in a clean graphical interface.
๐ Key Terminology in Autopsy
| Term | Description |
|---|---|
| Data Source | The original digital image being analyzed (e.g., disk clone or image). |
| File Views | Different ways to explore files inside the image. |
| Ingest Results | Results generated by automatic analysis when the data source is added. |
| Tags | Labels added by the investigator to mark important files or content. |
| Timeline | A chronological view of system events. |
๐งฑ Analysis Structure in Autopsy
1. Importing Data Source (Original Image)
-
You import a disk image (
.E01or.img) as the starting point. -
You can browse the content as if navigating a live system.
-
Filtering options include:
-
Extension
-
File Header
-
File Size
2. Ingest Results
Autopsy automatically analyzes the image and extracts:
๐ Recovered Files (File Carving)
-
Extracts files even if deleted or corrupted.
-
Includes images, documents, system files.
-
Some files may appear with size "0" โ indicates failed recovery.
Example:
Autopsy recovered 3 images using File Carving and showed them under the Images tab.
โป๏ธ Deleted / Recycle Bin Items
-
Identifies files deleted from Recycle Bin.
-
Shows deletion/modification timestamps.
๐ How to Identify Deleted Files?
-
Deleted files often begin with an underscore
_. -
This is due to how file systems (e.g., NTFS) mark deleted files.
๐ง DF Tip:
When a file is deleted in Windows, its first character is replaced with
_, but its data remains until overwritten.
๐ง Email and Keyword Extraction
Autopsy can extract:
-
Email addresses from scripts, configs, or logs (e.g., inside netcat or SQL scripts).
-
Keywords that appear in context.
Example:
Two email addresses were extracted from a netcat-related SQL script, appearing in a help message from the developer.
๐ผ๏ธ Image and Video Analysis
1. Image/Video Analysis
-
Found under a dedicated tab.
-
You can:
-
Browse recovered media.
-
Identify if it's user-generated or system-generated.
2. Geo-location Metadata
- If images include GPS metadata, Autopsy displays the geographic data.
๐๏ธ Timeline Analysis
One of the most powerful features in Autopsy.
โ Why Is It Important?
Understanding the sequence of events helps determine:
-
When a website was visited.
-
When a tool was executed.
-
When a file was deleted.
๐ง Timeline Analysis Examples
| Date | Event |
|---|---|
| 2011 | File named "cat" was created โ later marked as deleted. |
| 2023 | Tools were modified; Recycle Bin accessed. |
๐ All extracted events are shown as Time Points.\ ๐ Always set the correct time zone for accurate results.
๐ Discovery Tool โ Advanced Search
- To re-analyze a file group (e.g., images, videos, logs), use the Discovery tab to filter and review results.
๐ Generating Final Report
After analysis is complete:
๐ Steps to Generate a Report
-
Go to
Generate Report. -
Choose:
-
Report type: HTML, Excel.
-
Report name (e.g., "Draft_Analysis").
-
What to include:
-
Tags only,
-
Custom results,
-
or All analysis results.
-
-
Report is saved under
/Reportsinside the case folder.
๐ The report includes:
-
Original file paths
-
Extracted keywords
-
Images and media
-
Tags
-
Timestamps
๐ง Pro Tips for Using Autopsy
| ๐ก | Tip |
|---|---|
| โฑ๏ธ | Use the Timeline to understand event sequences. |
| ๐ | Always start with Ingest Results for a high-level overview. |
| ๐งน | Filter files by type or size to save time. |
| ๐๏ธ | Review zero-byte files โ they may be corrupted evidence. |
| ๐ท๏ธ | Use Tags and notes to organize your findings. |